From 01567351cfc75de2611637a75fcddddafdf2f51c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 Jul 1993 17:00:08 +0000 Subject: [PATCH] (Fx_rebind_key, Fx_rebind_keys): Functions deleted. --- src/xfns.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 6f42dcf2cd4..6e328952066 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3377,6 +3377,9 @@ DEFUN ("x-get-cut-buffer", Fx_get_cut_buffer, Sx_get_cut_buffer, 0, 0, 0, } #endif /* X10 */ +#if 0 /* I'm told these functions are superfluous + given the ability to bind function keys. */ + #ifdef HAVE_X11 DEFUN ("x-rebind-key", Fx_rebind_key, Sx_rebind_key, 3, 3, 0, "Rebind X keysym KEYSYM, with MODIFIERS, to generate NEWSTRING.\n\ @@ -3473,6 +3476,7 @@ See the documentation of `x-rebind-key' for more information.") return Qnil; } #endif /* HAVE_X11 */ +#endif /* 0 */ #ifdef HAVE_X11 Visual * @@ -3768,9 +3772,9 @@ switches, if present."); defsubr (&Sx_display_visual_class); defsubr (&Sx_display_backing_store); defsubr (&Sx_display_save_under); +#if 0 defsubr (&Sx_rebind_key); defsubr (&Sx_rebind_keys); -#if 0 defsubr (&Sx_track_pointer); defsubr (&Sx_grab_pointer); defsubr (&Sx_ungrab_pointer); -- 2.30.2